home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19971216-19980424 / 000348_news@newsmaster….columbia.edu _Fri Mar 27 10:46:28 1998.msg < prev    next >
Internet Message Format  |  1998-04-22  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA14975
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 27 Mar 1998 10:46:27 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA08070
  7.     for kermit.misc@watsun; Fri, 27 Mar 1998 10:46:27 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc,dorsai.helpdesk
  11. Subject: Re: Lynx 2.7.1 Download Protocol Options (to include Kermit)
  12. Date: 27 Mar 1998 15:46:26 GMT
  13. Organization: Columbia University
  14. Lines: 28
  15. Message-ID: <6fghki$lhf$1@apakabar.cc.columbia.edu>
  16. References: <6ffpu4$5tb@enews4.newsguy.com> <6fggn9$l0s$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8546 dorsai.helpdesk:2193
  19.  
  20. In article <6fggn9$l0s$1@apakabar.cc.columbia.edu>,
  21. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  22.  
  23. : compile time.  Add the following line to the Lynx userdefs.h file before
  24. : building the Lynx binary:
  25. :   #define TELNET_COMMAND "/opt/bin/kermit -J"
  26. : And then add lines like the following to the Lynx.cfg file:
  27. : DOWNLOADER:Kermit binary download:/opt/bin/kermit -i -V -s %s -a %s:TRUE
  28. : DOWNLOADER:Kermit text download:/opt/bin/kermit -s %s -a %s:TRUE
  29. : UPLOADER:Kermit binary upload:/opt/bin/kermit -i -r -a %s:TRUE
  30. : UPLOADER:Kermit text upload:/opt/bin/kermit -r -a %s:TRUE
  31. : (the switches shown are for C-Kermit 6.0)
  32.  
  33. For Kermit's that support SERVER commands when SET TERM AUTODOWNLOAD is ON
  34. such as MS-DOS Kermit 3.15 and Kermit 95
  35.  
  36. UPLOADER:Kermit binary get:/opt/bin/kermit -ig %s:TRUE
  37. UPLOADER:Kermit text get:/opt/bin/kermit -g %s:TRUE
  38.  
  39.  
  40.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  41.                  The Kermit Project * Columbia University
  42.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  43.     http://www.kermit-project.org/k95.html * kermit-support@columbia.edu